Skip to content

Node.js Fundamentals#68

Open
Stanovyi wants to merge 8 commits intoAlreadyBored:masterfrom
Stanovyi:master
Open

Node.js Fundamentals#68
Stanovyi wants to merge 8 commits intoAlreadyBored:masterfrom
Stanovyi:master

Conversation

@Stanovyi
Copy link

@Stanovyi Stanovyi commented Mar 8, 2026

  1. Task: https://github.com/AlreadyBored/nodejs-assignments/blob/main/assignments-v2/01-nodejs-fundamentals/assignment.md
  2. Deploy: https://github.com/Stanovyi/node-nodejs-fundamentals
  3. Done: 09.03.2026
  4. Score: 200 / 200
  • File System (src/fs)
    • +10 snapshot.js implemented properly
    • +10 restore.js implemented properly
    • +6 findByExt.js implemented properly
    • +6 merge.js implemented properly
  • CLI (src/cli)
    • +10 interactive.js implemented properly
    • +10 progress.js implemented properly
    • [±] +3/6 progress.js supports --color <hex> (logic correct, terminal color rendering issue)
  • Modules (src/modules)
    • +10 dynamic.js implemented properly
  • Hash (src/hash)
    • +12 verify.js implemented properly
  • Streams (src/streams)
    • +10 lineNumberer.js implemented properly
    • +10 filter.js implemented properly
    • +10 split.js implemented properly
  • Zlib (src/zip)
    • +10 compressDir.js implemented properly
    • +10 decompressDir.js implemented properly
  • Worker Threads (src/wt)
    • +10 worker.js implemented properly
    • +30 main.js implemented properly
  • Child Processes (src/cp)
    • +10 execCommand.js spawns child process
    • +10 stdout/stderr piped to parent
    • +10 exits with same exit code as child

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant